home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / options.dxr / 00014_Famtext Where.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  141 b   |  10 lines

  1. on exitFrame
  2.   if the mouseH > 450 then
  3.     go("FamRoom")
  4.   end if
  5.   if the mouseV > 100 then
  6.     go("FamRoom")
  7.   end if
  8.   go(marker(0))
  9. end
  10.